google.golang.org/grpc/internal/transport.cleanupStream.rst (field)
12 uses
google.golang.org/grpc/internal/transport (current package)
controlbuf.go#L123: return h.cleanup != nil && h.cleanup.rst // Results in a RST_STREAM
controlbuf.go#L128: rst bool
controlbuf.go#L133: func (c *cleanupStream) isTransportResponseFrame() bool { return c.rst } // Results in a RST_STREAM
controlbuf.go#L760: if c.rst { // If RST_STREAM needs to be sent.
http2_client.go#L931: rst: rst,
http2_server.go#L362: rst: true,
http2_server.go#L463: rst: true,
http2_server.go#L533: rst: true,
http2_server.go#L646: rst: true,
http2_server.go#L823: rst: false,
http2_server.go#L1279: rst: rst,
http2_server.go#L1300: rst: rst,
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)